Package 

Interface LivekitRoom.UpdateParticipantRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoom() string room = 1;
      abstract ByteString getRoomBytes() string room = 1;
      abstract String getIdentity() string identity = 2;
      abstract ByteString getIdentityBytes() string identity = 2;
      abstract String getMetadata()
      metadata to update. skipping updates if left empty
      
      string metadata = 3;
      abstract ByteString getMetadataBytes()
      metadata to update. skipping updates if left empty
      
      string metadata = 3;
      abstract boolean hasPermission()
      set to update the participant's permissions
      
      .livekit.ParticipantPermission permission = 4;
      abstract LivekitModels.ParticipantPermission getPermission()
      set to update the participant's permissions
      
      .livekit.ParticipantPermission permission = 4;
      abstract String getName()
      display name to update
      
      string name = 5;
      abstract ByteString getNameBytes()
      display name to update
      
      string name = 5;
      abstract int getAttributesCount()
      attributes to update. it only updates attributes that have been set
      to delete attributes, set the value to an empty string
      
      map<string, string> attributes = 6;
      abstract boolean containsAttributes(String key)
      attributes to update. it only updates attributes that have been set
      to delete attributes, set the value to an empty string
      
      map<string, string> attributes = 6;
      abstract Map<String, String> getAttributes() Use getAttributesMap instead.
      abstract Map<String, String> getAttributesMap()
      attributes to update. it only updates attributes that have been set
      to delete attributes, set the value to an empty string
      
      map<string, string> attributes = 6;
      abstract String getAttributesOrDefault(String key, String defaultValue)
      attributes to update. it only updates attributes that have been set
      to delete attributes, set the value to an empty string
      
      map<string, string> attributes = 6;
      abstract String getAttributesOrThrow(String key)
      attributes to update. it only updates attributes that have been set
      to delete attributes, set the value to an empty string
      
      map<string, string> attributes = 6;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRoomBytes

         abstract ByteString getRoomBytes()

        string room = 1;

      • getMetadata

         abstract String getMetadata()
        metadata to update. skipping updates if left empty
        
        string metadata = 3;
      • getMetadataBytes

         abstract ByteString getMetadataBytes()
        metadata to update. skipping updates if left empty
        
        string metadata = 3;
      • hasPermission

         abstract boolean hasPermission()
        set to update the participant's permissions
        
        .livekit.ParticipantPermission permission = 4;
      • getName

         abstract String getName()
        display name to update
        
        string name = 5;
      • getNameBytes

         abstract ByteString getNameBytes()
        display name to update
        
        string name = 5;
      • getAttributesCount

         abstract int getAttributesCount()
        attributes to update. it only updates attributes that have been set
        to delete attributes, set the value to an empty string
        
        map<string, string> attributes = 6;
      • containsAttributes

         abstract boolean containsAttributes(String key)
        attributes to update. it only updates attributes that have been set
        to delete attributes, set the value to an empty string
        
        map<string, string> attributes = 6;
      • getAttributesMap

         abstract Map<String, String> getAttributesMap()
        attributes to update. it only updates attributes that have been set
        to delete attributes, set the value to an empty string
        
        map<string, string> attributes = 6;
      • getAttributesOrDefault

         abstract String getAttributesOrDefault(String key, String defaultValue)
        attributes to update. it only updates attributes that have been set
        to delete attributes, set the value to an empty string
        
        map<string, string> attributes = 6;
      • getAttributesOrThrow

         abstract String getAttributesOrThrow(String key)
        attributes to update. it only updates attributes that have been set
        to delete attributes, set the value to an empty string
        
        map<string, string> attributes = 6;