Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
VoipEvent
Interface VoipEvent
interface
VoipEvent
{
content
:
|
MCallAnswer
|
MCallSelectAnswer
|
MCallInviteNegotiate
|
MCallReplacesEvent
|
MCallCandidates
|
MCallHangupReject
|
Omit
<
MCallInviteNegotiate
,
"offer"
>
|
MCallBase
&
{
org.matrix.msc3077.sdp_stream_metadata
:
SDPStreamMetadata
;
}
;
eventType
:
string
;
opponentDeviceId
?:
string
;
roomId
?:
string
;
type
:
"toDevice"
|
"sendEvent"
;
userId
?:
string
;
}
Index
Properties
content
event
Type
opponent
Device
Id?
room
Id?
type
user
Id?
Properties
content
content
:
|
MCallAnswer
|
MCallSelectAnswer
|
MCallInviteNegotiate
|
MCallReplacesEvent
|
MCallCandidates
|
MCallHangupReject
|
Omit
<
MCallInviteNegotiate
,
"offer"
>
|
MCallBase
&
{
org.matrix.msc3077.sdp_stream_metadata
:
SDPStreamMetadata
;
}
event
Type
event
Type
:
string
Optional
opponent
Device
Id
opponent
Device
Id
?:
string
Optional
room
Id
room
Id
?:
string
type
type
:
"toDevice"
|
"sendEvent"
Optional
user
Id
user
Id
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
event
Type
opponent
Device
Id
room
Id
type
user
Id
matrix-js-sdk
Loading...