DiscordGoLiveSession
Last updated
Was this helpful?
Last updated
Was this helpful?
Name
Description
OnConnected
Fired when the client has connected and authenticated
OnDisconnected
Fired when the client is closed forcefully or using Disconnect()
OnUserConnected
Fired when a user starts watching the stream
OnUserDisconnected
Fired when a user stops watching the stream
Name
Description
Type
StreamKey
The stream's public stream key
string
Viewers
The ID's of the users who are watching the stream
IReadOnlyList<ulong>
Paused
Whether or not the stream is paused
bool
ParentSession
The stream's parent voice session
DiscordVoiceSession