menu
sendingnetwork_dart_sdk package
documentation
sdn.dart
VoIP
getGroupCallById method
getGroupCallById method
dark_mode
light_mode
getGroupCallById
method
GroupCall
?
getGroupCallById
(
String
groupCallId
)
Implementation
GroupCall? getGroupCallById(String groupCallId) { return groupCalls[groupCallId]; }
sendingnetwork_dart_sdk package
documentation
sdn
VoIP
getGroupCallById method
VoIP class