-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.UpdateRoomMetadataRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()string room = 1;abstract ByteStringgetRoomBytes()string room = 1;abstract StringgetMetadata()metadata to update. skipping updates if left emptystring metadata = 2;abstract ByteStringgetMetadataBytes()metadata to update. skipping updates if left emptystring metadata = 2;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
string room = 1;
-
getMetadata
abstract String getMetadata()
metadata to update. skipping updates if left emptystring metadata = 2;
-
getMetadataBytes
abstract ByteString getMetadataBytes()
metadata to update. skipping updates if left emptystring metadata = 2;
-
-
-
-