-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.DeleteRoomRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()name of the roomstring room = 1;abstract ByteStringgetRoomBytes()name of the roomstring room = 1;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
name of the roomstring room = 1;
-
-
-
-