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

@ -71,7 +71,7 @@ func (session *SessionCtx) IsConnected() bool {
return session.websocket_connected
}
func (session *SessionCtx) IsReceiving() bool {
func (session *SessionCtx) IsWatching() bool {
return session.webrtc_connected
}