janus_client
janus_client
JanusTextRoomPlugin
listRooms method
listRooms
listRooms
method
Null safety
Future
listRooms
(
)
Implementation
Future<dynamic> listRooms() async { var payload = { "textroom": "list", }; }
janus_client
janus_client
JanusTextRoomPlugin
listRooms method
JanusTextRoomPlugin class
Constructors
JanusTextRoomPlugin
Properties
data
handleId
hashCode
localStream
messages
onData
plugin
pollingActive
remoteStream
remoteTrack
runtimeType
setupDone
typedMessages
webRTCHandle
Methods
createAnswer
createNullableAnswer
createOffer
createRoom
destroyRoom
dispose
editRoom
exists
handleRemoteJsep
hangup
init
initDataChannel
initializeMediaDevices
joinRoom
kickParticipant
leaveRoom
listParticipants
listRooms
noSuchMethod
onCreate
send
sendData
sendMessage
setup
switchCamera
toString
Operators
operator ==