bitter-artist-18201
09/16/2025, 5:22 PMtall-airline-16756
09/16/2025, 5:23 PMtall-airline-16756
09/16/2025, 5:23 PMbitter-artist-18201
09/16/2025, 5:26 PMtall-airline-16756
09/16/2025, 5:27 PMbitter-artist-18201
09/16/2025, 6:00 PMtall-airline-16756
09/16/2025, 6:00 PMcan_publish field in their ParticipantPermission should be set to true.
If you’re not seeing any tracks being published, no worries! Here are a couple of things you can check:
• Make sure the agent's ParticipantPermission includes can_publish: true.
• Double-check that the agent is set up to publish tracks like audio or video.
If you’d like, I’m here to help you walk through verifying or updating these settings. Just let me know!
Sources: livekit/livekit_models.pb.go | Sources/LiveKit/Types/ParticipantPermissions.swift | lib/src/proto/livekit_models.pb.dart | livekit-protocol/livekit/protocol/models.pyi | Realtime media | LiveKit Docsbitter-artist-18201
09/16/2025, 6:05 PM{
"event_type": "participant_joined",
"room_name": "stoke-inbound_+xxxxxx",
"participant_identity": "sip_+xxxxxx",
"participant_kind": 3,
"track_type": 0,
"local_user": "vishnu",
"forwarded_from_production": true
}
what is the track_type here?tall-airline-16756
09/16/2025, 6:06 PMtrack_type: 0 refers to an Audio track. Just to help you understand better, this is defined in the TrackType enum, where:
• 0 = Audio
• 1 = Video
• 2 = Data
If you have any more questions or need further clarification, feel free to ask—I'm here to help! Sources: livekit/livekit_analytics.pb.go | livekit-rtc/livekit/rtc/_proto/room_pb2.pyi