matrix-js-sdk

    Type Alias GroupCallEventHandlerEventHandlerMap

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

    Properties

    "GroupCall.ended": (call: GroupCall) => void
    "GroupCall.incoming": (call: GroupCall) => void
    "GroupCall.outgoing": (call: GroupCall) => void
    "GroupCall.participants": (participants: RoomMember[], call: GroupCall) => void
    MMNEPVFCICPMFPCPTTAAATR