matrix-js-sdk
Preparing search index...
matrix
<internal>
GroupCallEventHandlerEventHandlerMap
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
Group
Call.ended
Group
Call.incoming
Group
Call.outgoing
Group
Call.participants
Properties
Group
Call.ended
"GroupCall.ended"
:
(
call
:
GroupCall
)
=>
void
Group
Call.incoming
"GroupCall.incoming"
:
(
call
:
GroupCall
)
=>
void
Group
Call.outgoing
"GroupCall.outgoing"
:
(
call
:
GroupCall
)
=>
void
Group
Call.participants
"GroupCall.participants"
:
(
participants
:
RoomMember
[]
,
call
:
GroupCall
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Group
Call.ended
Group
Call.incoming
Group
Call.outgoing
Group
Call.participants
matrix-js-sdk
Loading...