is_receiving - is_watching.

This commit is contained in:
Miroslav Šedivý
2020-12-06 19:02:33 +01:00
parent e17e2cb606
commit c714d17d87
5 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@ type MemberState struct {
Event string `json:"event,omitempty"`
ID string `json:"id,omitempty"`
IsConnected bool `json:"is_connected"`
IsReceiving bool `json:"is_receiving"`
IsWatching bool `json:"is_watching"`
}
type MemberData struct {