mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 20:08:16 +00:00
dest
This commit is contained in:
@@ -1918,6 +1918,7 @@ func (p *ParticipantImpl) onDataMessage(kind livekit.DataPacket_Kind, data []byt
|
||||
"stream_id", payload.StreamHeader.StreamId,
|
||||
"mime_type", payload.StreamHeader.MimeType,
|
||||
"total_length", payload.StreamHeader.TotalLength,
|
||||
"dest_count", len(dp.DestinationIdentities),
|
||||
"type", func() string {
|
||||
switch payload.StreamHeader.ContentHeader.(type) {
|
||||
case *livekit.DataStream_Header_TextHeader:
|
||||
|
||||
Reference in New Issue
Block a user