-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.StopEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetEgressId()string egress_id = 1;abstract ByteStringgetEgressIdBytes()string egress_id = 1;-
-
Method Detail
-
getEgressId
abstract String getEgressId()
string egress_id = 1;
-
getEgressIdBytes
abstract ByteString getEgressIdBytes()
string egress_id = 1;
-
-
-
-