Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
MCallReplacesEvent
Interface MCallReplacesEvent
interface
MCallReplacesEvent
{
await_call
:
string
;
call_id
:
string
;
conf_id
?:
string
;
create_call
:
string
;
dest_session_id
?:
string
;
party_id
?:
string
;
replacement_id
:
string
;
sender_session_id
?:
string
;
target_room
:
string
;
target_user
:
CallReplacesTarget
;
version
:
string
|
number
;
}
Hierarchy (
view full
)
MCallBase
MCallReplacesEvent
Index
Properties
await_
call
call_
id
conf_
id?
create_
call
dest_
session_
id?
party_
id?
replacement_
id
sender_
session_
id?
target_
room
target_
user
version
Properties
await_
call
await_
call
:
string
call_
id
call_
id
:
string
Optional
conf_
id
conf_
id
?:
string
create_
call
create_
call
:
string
Optional
dest_
session_
id
dest_
session_
id
?:
string
Optional
party_
id
party_
id
?:
string
replacement_
id
replacement_
id
:
string
Optional
sender_
session_
id
sender_
session_
id
?:
string
target_
room
target_
room
:
string
target_
user
target_
user
:
CallReplacesTarget
version
version
:
string
|
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
await_
call
call_
id
conf_
id
create_
call
dest_
session_
id
party_
id
replacement_
id
sender_
session_
id
target_
room
target_
user
version
matrix-js-sdk
Loading...