ParticipantMetadataHandler

@PublicApi
public interface ParticipantMetadataHandler



Callback to handle sharing participant metadata.

Summary

Constants

default static final long

Maximum allowed metadata size in bytes.

Public methods

abstract void
onParticipantMetadataUpdated(Set<Byte[]> allParticipantMetadata)

Receives the latest set of participant metadata, as supplied by other add-on session participants in this call.

Constants

MAX_INDIVIDUAL_PARTICIPANT_METADATA_SIZE_BYTES

default static final long MAX_INDIVIDUAL_PARTICIPANT_METADATA_SIZE_BYTES = 200

Maximum allowed metadata size in bytes.

Public methods

onParticipantMetadataUpdated

abstract void onParticipantMetadataUpdated(Set<Byte[]> allParticipantMetadata)

Receives the latest set of participant metadata, as supplied by other add-on session participants in this call.