public sendText(roomId: string, text: string): Promise<string>
Input params:
roomId
string
room id
true
text
message to send
Output params:
eventId
event id
Last updated 2 years ago