You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The focused voice channel is set to an empty channel when the user is not connected and the boolean is set to false.
You guessed it when the user connect to a channel it store this channel in the store and the connected boolean is set to true
Implement the channel slice
This slice is needed to store the state of the connection in channels. It will manage this state:
The focused voice channel is set to an empty channel when the user is not connected and the boolean is set to false.
You guessed it when the user connect to a channel it store this channel in the store and the connected boolean is set to true
This slice will expose two methods:
Example
The text was updated successfully, but these errors were encountered: