mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
is_receiving - is_watching.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user