Package 

Interface LivekitRoom.RoomParticipantIdentityOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoom()
      name of the room
      
      string room = 1;
      abstract ByteString getRoomBytes()
      name of the room
      
      string room = 1;
      abstract String getIdentity()
      identity of the participant
      
      string identity = 2;
      abstract ByteString getIdentityBytes()
      identity of the participant
      
      string identity = 2;
      • 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

      • getRoom

         abstract String getRoom()
        name of the room
        
        string room = 1;
      • getRoomBytes

         abstract ByteString getRoomBytes()
        name of the room
        
        string room = 1;
      • getIdentity

         abstract String getIdentity()
        identity of the participant
        
        string identity = 2;
      • getIdentityBytes

         abstract ByteString getIdentityBytes()
        identity of the participant
        
        string identity = 2;