chatClient.sendToAll() doesn't work correctly

Description
sendToAll() method works only for the participant who sent message first. Other participants receive messages only from themselves. Correct behavior is only for chatClient.send(‘message’, 0).

Which Web Video SDK version?
1.1.0

Hey @mx_ryabov

Thanks for your feedback. We will fix this issue soon. You can use chatClient.send(message,ChatMsgType.All) as a workaround.

Thanks
Vic

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.