- Preparing search index...
- The search index is not available
matrix-js-sdk
Type alias GroupCallEventHandlerEventHandlerMap
Group
Call
Event
Handler
Event
Handler
Map
: { GroupCall.ended
: ((call
: GroupCall) => void); GroupCall.incoming
: ((call
: GroupCall) => void); GroupCall.outgoing
: ((call
: GroupCall) => void); GroupCall.participants
: ((participants
: RoomMember[], call
: GroupCall) => void); }