getGroupCallById method

GroupCall? getGroupCallById(
  1. String groupCallId
)

Implementation

GroupCall? getGroupCallById(String groupCallId) {
  return groupCalls[groupCallId];
}