Documentation
¶
Index ¶
- func AddConnection(direction Direction)
- func AddParticipant()
- func AddPublishAttempt(kind string)
- func AddPublishSuccess(kind string)
- func AddPublishedTrack(kind string)
- func GetNodeStats(nodeStartedAt int64, prevStats []*livekit.NodeStats, ...) (*livekit.NodeStats, error)
- func IncrementBytes(country string, direction Direction, count uint64, retransmit bool)
- func IncrementPackets(country string, direction Direction, count uint64, retransmit bool)
- func IncrementParticipantJoin(join uint32)
- func IncrementParticipantJoinFail(join uint32)
- func IncrementParticipantRtcConnected(join uint32)
- func IncrementParticipantRtcInit(join uint32)
- func IncrementRTCP(country string, direction Direction, nack, pli, fir uint32)
- func Init(nodeID string, nodeType livekit.NodeType) error
- func RecordDataPacketStream(h *livekit.DataStream_Header, destCount int)
- func RecordForwardJitter(_, jitterAvg uint32)
- func RecordForwardLatency(_, latencyAvg uint32)
- func RecordJitter(country string, direction Direction, trackSource livekit.TrackSource, ...)
- func RecordPacketLoss(country string, direction Direction, trackSource livekit.TrackSource, ...)
- func RecordPacketOutOfOrder(country string, direction Direction, trackSource livekit.TrackSource, ...)
- func RecordPublishTime(country string, source livekit.TrackSource, trackType livekit.TrackType, ...)
- func RecordQuality(rating livekit.ConnectionQuality, score float32)
- func RecordRTT(country string, direction Direction, trackSource livekit.TrackSource, ...)
- func RecordServiceOperationError(op string, error string)
- func RecordServiceOperationSuccess(op string)
- func RecordSessionDuration(protocolVersion int, d time.Duration)
- func RecordSessionStartTime(protocolVersion int, d time.Duration)
- func RecordSignalRequestFailure()
- func RecordSignalRequestSuccess()
- func RecordSignalResponseFailure()
- func RecordSignalResponseSuccess()
- func RecordSubscribeTime(country string, source livekit.TrackSource, trackType livekit.TrackType, ...)
- func RecordTrackSubscribeAttempt()
- func RecordTrackSubscribeFailure(err error, isUserError bool)
- func RecordTrackSubscribeSuccess(kind string)
- func RecordTrackUnsubscribed(kind string)
- func RecordTwirpRequestStatus(service string, method string, statusFamily string, code twirp.ErrorCode)
- func RoomEnded(startedAt time.Time)
- func RoomStarted()
- func SubConnection(direction Direction)
- func SubParticipant()
- func SubPublishedTrack(kind string)
- type Direction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddConnection ¶
func AddConnection(direction Direction)
func AddParticipant ¶
func AddParticipant()
func AddPublishAttempt ¶
func AddPublishAttempt(kind string)
func AddPublishSuccess ¶
func AddPublishSuccess(kind string)
func AddPublishedTrack ¶
func AddPublishedTrack(kind string)
func GetNodeStats ¶
func IncrementBytes ¶
func IncrementPackets ¶
func IncrementParticipantJoin ¶
func IncrementParticipantJoin(join uint32)
func IncrementParticipantJoinFail ¶
func IncrementParticipantJoinFail(join uint32)
func IncrementParticipantRtcConnected ¶
func IncrementParticipantRtcConnected(join uint32)
func IncrementParticipantRtcInit ¶
func IncrementParticipantRtcInit(join uint32)
func IncrementRTCP ¶
func RecordDataPacketStream ¶
func RecordDataPacketStream(h *livekit.DataStream_Header, destCount int)
func RecordForwardJitter ¶
func RecordForwardJitter(_, jitterAvg uint32)
func RecordForwardLatency ¶
func RecordForwardLatency(_, latencyAvg uint32)
func RecordJitter ¶
func RecordPacketLoss ¶
func RecordPacketOutOfOrder ¶
func RecordPublishTime ¶
func RecordPublishTime( country string, source livekit.TrackSource, trackType livekit.TrackType, d time.Duration, sdk livekit.ClientInfo_SDK, kind livekit.ParticipantInfo_Kind, )
func RecordQuality ¶
func RecordQuality(rating livekit.ConnectionQuality, score float32)
func RecordServiceOperationSuccess ¶
func RecordServiceOperationSuccess(op string)
func RecordSessionDuration ¶
func RecordSessionStartTime ¶
func RecordSignalRequestFailure ¶
func RecordSignalRequestFailure()
func RecordSignalRequestSuccess ¶
func RecordSignalRequestSuccess()
func RecordSignalResponseFailure ¶
func RecordSignalResponseFailure()
func RecordSignalResponseSuccess ¶
func RecordSignalResponseSuccess()
func RecordSubscribeTime ¶
func RecordSubscribeTime( country string, source livekit.TrackSource, trackType livekit.TrackType, d time.Duration, sdk livekit.ClientInfo_SDK, kind livekit.ParticipantInfo_Kind, count int, )
func RecordTrackSubscribeAttempt ¶
func RecordTrackSubscribeAttempt()
func RecordTrackSubscribeSuccess ¶
func RecordTrackSubscribeSuccess(kind string)
func RecordTrackUnsubscribed ¶
func RecordTrackUnsubscribed(kind string)
func RoomStarted ¶
func RoomStarted()
func SubConnection ¶
func SubConnection(direction Direction)
func SubParticipant ¶
func SubParticipant()
func SubPublishedTrack ¶
func SubPublishedTrack(kind string)
Types ¶
Click to show internal directories.
Click to hide internal directories.