Method signature CoDoingDelegate.onCoDoingStateChanged

Callback for state updates broadcast by other participants in the meeting.

Signature

onCoDoingStateChanged(newState: CoDoingState): void;

Details

Optional No

Parameters

Name Type Optional Description
newState CoDoingState No

Returns

void