-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.SubscriptionPermissionUpdateOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetParticipantSid()string participant_sid = 1;abstract ByteStringgetParticipantSidBytes()string participant_sid = 1;abstract StringgetTrackSid()string track_sid = 2;abstract ByteStringgetTrackSidBytes()string track_sid = 2;abstract booleangetAllowed()bool allowed = 3;-
-
Method Detail
-
getParticipantSid
abstract String getParticipantSid()
string participant_sid = 1;
-
getParticipantSidBytes
abstract ByteString getParticipantSidBytes()
string participant_sid = 1;
-
getTrackSid
abstract String getTrackSid()
string track_sid = 2;
-
getTrackSidBytes
abstract ByteString getTrackSidBytes()
string track_sid = 2;
-
getAllowed
abstract boolean getAllowed()
bool allowed = 3;
-
-
-
-