ParticipantMetadataDelegate

Stay organized with collections Save and categorize content based on your preferences.
public interface ParticipantMetadataDelegate

Callback to handle sharing participant metadata.

Constant Summary

long MAX_INDIVIDUAL_PARTICIPANT_METADATA_SIZE_BYTES Maximum allowed metadata size in bytes.

Public Method Summary

abstract void
onParticipantMetadataUpdated(Set<Byte[]> allParticipantMetadata)
Receives the latest set of participant metadata, as supplied by other live sharing clients in this call.

Constants

public static final long MAX_INDIVIDUAL_PARTICIPANT_METADATA_SIZE_BYTES

Maximum allowed metadata size in bytes.

Constant Value: 200

Public Methods

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

Receives the latest set of participant metadata, as supplied by other live sharing clients in this call.