Message

Send Message

public sendText(roomId: string, text: string): Promise<string>

Input params:

NameTypeDescriptionRequired

roomId

string

room id

true

text

string

message to send

true

Output params:

NameTypeDescriptionRequired

eventId

string

event id

true

Last updated