menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
GroupCall
getCallUserId method
getCallUserId method
dark_mode
light_mode
getCallUserId
method
String
?
getCallUserId
(
CallSession
call
)
Implementation
String? getCallUserId(CallSession call) { return call.remoteUser?.id ?? call.invitee; }
sendingnetwork_dart_sdk package
documentation
sdn
GroupCall
getCallUserId method
GroupCall class