mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-31 07:19:06 +02:00
is_receiving - is_watching.
This commit is contained in:
parent
e17e2cb606
commit
c714d17d87
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue