mirror of
https://github.com/AynaLivePlayer/liveroom-sdk.git
synced 2026-03-15 14:03:18 +08:00
Description return wrong value
This commit is contained in:
@@ -26,7 +26,7 @@ func (l *LiveRoomProvider) GetName() string {
|
||||
}
|
||||
|
||||
func (l *LiveRoomProvider) GetDescription() string {
|
||||
return l.Name
|
||||
return l.Description
|
||||
}
|
||||
|
||||
func (l *LiveRoomProvider) CreateLiveRoom(cfg LiveRoomConfig) (LiveRoom, error) {
|
||||
|
||||
Reference in New Issue
Block a user