Type Alias GroupCallEventHandlerEventHandlerMap
GroupCallEventHandlerEventHandlerMap: { "GroupCall.ended": (call: GroupCall) => void; "GroupCall.incoming": (call: GroupCall) => void; "GroupCall.outgoing": (call: GroupCall) => void; "GroupCall.participants": ( participants: RoomMember[], call: GroupCall, ) => void;}