-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitWebhook.WebhookEventOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetEvent()one of room_started, room_finished, participant_joined, participant_left, participant_connection_aborted, track_published, track_unpublished, egress_started, egress_updated, egress_ended, ingress_started, ingress_endedstring event = 1;abstract ByteStringgetEventBytes()one of room_started, room_finished, participant_joined, participant_left, participant_connection_aborted, track_published, track_unpublished, egress_started, egress_updated, egress_ended, ingress_started, ingress_endedstring event = 1;abstract booleanhasRoom().livekit.Room room = 2;abstract LivekitModels.RoomgetRoom().livekit.Room room = 2;abstract booleanhasParticipant()set when event is participant_* or track_*.livekit.ParticipantInfo participant = 3;abstract LivekitModels.ParticipantInfogetParticipant()set when event is participant_* or track_*.livekit.ParticipantInfo participant = 3;abstract booleanhasEgressInfo()set when event is egress_*.livekit.EgressInfo egress_info = 9;abstract LivekitEgress.EgressInfogetEgressInfo()set when event is egress_*.livekit.EgressInfo egress_info = 9;abstract booleanhasIngressInfo()set when event is ingress_*.livekit.IngressInfo ingress_info = 10;abstract LivekitIngress.IngressInfogetIngressInfo()set when event is ingress_*.livekit.IngressInfo ingress_info = 10;abstract booleanhasTrack()set when event is track_*.livekit.TrackInfo track = 8;abstract LivekitModels.TrackInfogetTrack()set when event is track_*.livekit.TrackInfo track = 8;abstract StringgetId()unique event uuidstring id = 6;abstract ByteStringgetIdBytes()unique event uuidstring id = 6;abstract longgetCreatedAt()timestamp in secondsint64 created_at = 7;abstract intgetNumDropped()int32 num_dropped = 11 [deprecated = true];-
-
Method Detail
-
getEvent
abstract String getEvent()
one of room_started, room_finished, participant_joined, participant_left, participant_connection_aborted, track_published, track_unpublished, egress_started, egress_updated, egress_ended, ingress_started, ingress_endedstring event = 1;
-
getEventBytes
abstract ByteString getEventBytes()
one of room_started, room_finished, participant_joined, participant_left, participant_connection_aborted, track_published, track_unpublished, egress_started, egress_updated, egress_ended, ingress_started, ingress_endedstring event = 1;
-
hasRoom
abstract boolean hasRoom()
.livekit.Room room = 2;
-
getRoom
abstract LivekitModels.Room getRoom()
.livekit.Room room = 2;
-
hasParticipant
abstract boolean hasParticipant()
set when event is participant_* or track_*.livekit.ParticipantInfo participant = 3;
-
getParticipant
abstract LivekitModels.ParticipantInfo getParticipant()
set when event is participant_* or track_*.livekit.ParticipantInfo participant = 3;
-
hasEgressInfo
abstract boolean hasEgressInfo()
set when event is egress_*.livekit.EgressInfo egress_info = 9;
-
getEgressInfo
abstract LivekitEgress.EgressInfo getEgressInfo()
set when event is egress_*.livekit.EgressInfo egress_info = 9;
-
hasIngressInfo
abstract boolean hasIngressInfo()
set when event is ingress_*.livekit.IngressInfo ingress_info = 10;
-
getIngressInfo
abstract LivekitIngress.IngressInfo getIngressInfo()
set when event is ingress_*.livekit.IngressInfo ingress_info = 10;
-
hasTrack
abstract boolean hasTrack()
set when event is track_*.livekit.TrackInfo track = 8;
-
getTrack
abstract LivekitModels.TrackInfo getTrack()
set when event is track_*.livekit.TrackInfo track = 8;
-
getIdBytes
abstract ByteString getIdBytes()
unique event uuidstring id = 6;
-
getCreatedAt
abstract long getCreatedAt()
timestamp in secondsint64 created_at = 7;
-
getNumDropped
@Deprecated() abstract int getNumDropped()
int32 num_dropped = 11 [deprecated = true];
-
-
-
-