Chat Android v4
Chat Android
Chat
Android
Version 4
Home
/
Chat
/
Android
/
User
You can follow the simple implementation below to retrieve a list of operators who monitor and control the activities in a channel.
You can follow the simple implementation below to retrieve a list of operators who monitor and control the activities in a channel.
OpenChannel.getChannel(CHANNEL_URL) { channel, e -> if (e != null) { // Handle error. } // Retrieve a list of operators. channel.operators.forEach { operator -> // ... } }