-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.TrackEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoomName()requiredstring room_name = 1;abstract ByteStringgetRoomNameBytes()requiredstring room_name = 1;abstract StringgetTrackId()requiredstring track_id = 2;abstract ByteStringgetTrackIdBytes()requiredstring track_id = 2;abstract booleanhasFile().livekit.DirectFileOutput file = 3;abstract LivekitEgress.DirectFileOutputgetFile().livekit.DirectFileOutput file = 3;abstract booleanhasWebsocketUrl()string websocket_url = 4;abstract StringgetWebsocketUrl()string websocket_url = 4;abstract ByteStringgetWebsocketUrlBytes()string websocket_url = 4;abstract List<LivekitModels.WebhookConfig>getWebhooksList()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 5;abstract LivekitModels.WebhookConfiggetWebhooks(int index)extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 5;abstract intgetWebhooksCount()extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 5;abstract LivekitEgress.TrackEgressRequest.OutputCasegetOutputCase()-
-
Method Detail
-
getRoomName
abstract String getRoomName()
requiredstring room_name = 1;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
requiredstring room_name = 1;
-
getTrackId
abstract String getTrackId()
requiredstring track_id = 2;
-
getTrackIdBytes
abstract ByteString getTrackIdBytes()
requiredstring track_id = 2;
-
hasFile
abstract boolean hasFile()
.livekit.DirectFileOutput file = 3;
-
getFile
abstract LivekitEgress.DirectFileOutput getFile()
.livekit.DirectFileOutput file = 3;
-
hasWebsocketUrl
abstract boolean hasWebsocketUrl()
string websocket_url = 4;
-
getWebsocketUrl
abstract String getWebsocketUrl()
string websocket_url = 4;
-
getWebsocketUrlBytes
abstract ByteString getWebsocketUrlBytes()
string websocket_url = 4;
-
getWebhooksList
abstract List<LivekitModels.WebhookConfig> getWebhooksList()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 5;
-
getWebhooks
abstract LivekitModels.WebhookConfig getWebhooks(int index)
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 5;
-
getWebhooksCount
abstract int getWebhooksCount()
extra webhooks to call for this requestrepeated .livekit.WebhookConfig webhooks = 5;
-
getOutputCase
abstract LivekitEgress.TrackEgressRequest.OutputCase getOutputCase()
-
-
-
-