sendConnectionRequest method
Implementation
void sendConnectionRequest(String otherUserId) {
sendMessage('connection-request', {
'name': name,
'userId': userId,
'otherUserId': otherUserId,
'config': {
'audioEnabled': audioEnabled,
'videoEnabled': videoEnabled,
},
});
}