Type Alias: ConnectionStatsEventHandler()
ConnectionStatsEventHandler: (
event
) =>void
Event emitted whenever a message with arbitrary data is received.
Provides the Room
instance where the message was received, the sender peer ID and the actual message data.
Parameters
• event: IOdinEvent
<ConnectionStats
>
Returns
void
Defined in
ari/lib/api/room/types.d.ts:301