ParticipantMetadataHandler

@PublicApi
interface ParticipantMetadataHandler


Callback to handle sharing participant metadata.

Summary

Constants

const Long

Maximum allowed metadata size in bytes.

Public functions

Unit
onParticipantMetadataUpdated(
    allParticipantMetadata: (Mutable)Set<Array<Byte!>!>!
)

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

const val MAX_INDIVIDUAL_PARTICIPANT_METADATA_SIZE_BYTES = 200: Long

Maximum allowed metadata size in bytes.

Public functions

onParticipantMetadataUpdated

fun onParticipantMetadataUpdated(
    allParticipantMetadata: (Mutable)Set<Array<Byte!>!>!
): Unit

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