Package 

Interface LivekitRoom.ForwardParticipantRequestOrBuilder

    • Method Summary

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

         abstract ByteString getRoomBytes()
        room to forward participant from
        
        string room = 1;
      • getIdentity

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

         abstract ByteString getIdentityBytes()
        identity of the participant to forward
        
        string identity = 2;
      • getDestinationRoomBytes

         abstract ByteString getDestinationRoomBytes()
        room to forward participant to
        
        string destination_room = 3;