WTSessionListeners.onSyncData(fn)

onSyncData(fn)

const fn= ({data, participantId}) => {/*code*/}

The callback will be invoked when participant receives a synchronization event. Inside the data from the other participants will be available

Last updated