MenuMenu

RTCMultiConnection.socketMessageEvent

Make your room more protected and secure using this property

Use a random and unique value for each room.

How to use

var roomid = 'unique-roomid';
connection.socketMessageEvent = roomid;
connectino.openOrJoin(roomid);

Remember, this property is optional. Default value for this property is always "RTCMultiConnection-Message". You can find default value in the "config.json" file.