Nocturna
Preparing search index...
network/RemoteParticipant
RemoteParticipantObserver
Interface RemoteParticipantObserver
RemoteParticipantObserver defines the interface for receiving updates from remote participants.
interface
RemoteParticipantObserver
{
onUpdate
(
id
:
string
,
action
:
string
,
data
:
any
)
:
void
;
}
Implemented by
NetworkManager
Index
Methods
on
Update
Methods
on
Update
onUpdate
(
id
:
string
,
action
:
string
,
data
:
any
)
:
void
Parameters
id
:
string
action
:
string
data
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
on
Update
Nocturna
Loading...
RemoteParticipantObserver defines the interface for receiving updates from remote participants.