getCallUserId method

String? getCallUserId(
  1. CallSession call
)

Implementation

String? getCallUserId(CallSession call) {
  return call.remoteUser?.id ?? call.invitee;
}