Fetch details of peer
GET/accounts/{account_id}/realtime/kit/{app_id}/sessions/peer-report/{peer_id}
Returns participant details for the given peer ID along with call statistics.
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
Accepted Permissions (at least one required)
Path Parameters
Query Parameters
Fetch details of peer
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/realtime/kit/$APP_ID/sessions/peer-report/$PEER_ID \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"data": {
"participant": {
"id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"created_at": "created_at",
"custom_participant_id": "custom_participant_id",
"display_name": "display_name",
"duration": 0,
"joined_at": "joined_at",
"left_at": "left_at",
"peer_events": [
{
"id": "id",
"created_at": "created_at",
"event_name": "PEER_CREATED",
"minutes_consumed": 0,
"participant_id": "participant_id",
"peer_id": "peer_id",
"preset_view_type": "GROUP_CALL",
"session_id": "session_id",
"socket_session_id": "socket_session_id",
"updated_at": "updated_at"
}
],
"peer_report": {
"metadata": {
"audio_devices_updates": [
{
"added": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"removed": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"timestamp": "timestamp"
}
],
"browser_metadata": {
"browser": "browser",
"browser_version": "browser_version",
"engine": "engine",
"user_agent": "user_agent",
"webgl_support": true
},
"candidate_pairs": {
"consuming_transport": [
{
"available_incoming_bitrate": 0,
"available_outgoing_bitrate": 0,
"bytes_discarded_on_send": 0,
"bytes_received": 0,
"bytes_sent": 0,
"current_round_trip_time": 0,
"last_packet_received_timestamp": 0,
"last_packet_sent_timestamp": 0,
"local_candidate_address": "local_candidate_address",
"local_candidate_id": "local_candidate_id",
"local_candidate_network_type": "local_candidate_network_type",
"local_candidate_port": 0,
"local_candidate_protocol": "local_candidate_protocol",
"local_candidate_related_address": "local_candidate_related_address",
"local_candidate_related_port": 0,
"local_candidate_type": "local_candidate_type",
"local_candidate_url": "local_candidate_url",
"nominated": true,
"packets_discarded_on_send": 0,
"packets_received": 0,
"packets_sent": 0,
"remote_candidate_address": "remote_candidate_address",
"remote_candidate_id": "remote_candidate_id",
"remote_candidate_port": 0,
"remote_candidate_protocol": "remote_candidate_protocol",
"remote_candidate_type": "remote_candidate_type",
"remote_candidate_url": "remote_candidate_url",
"total_round_trip_time": 0
}
],
"producing_transport": [
{
"available_incoming_bitrate": 0,
"available_outgoing_bitrate": 0,
"bytes_discarded_on_send": 0,
"bytes_received": 0,
"bytes_sent": 0,
"current_round_trip_time": 0,
"last_packet_received_timestamp": 0,
"last_packet_sent_timestamp": 0,
"local_candidate_address": "local_candidate_address",
"local_candidate_id": "local_candidate_id",
"local_candidate_network_type": "local_candidate_network_type",
"local_candidate_port": 0,
"local_candidate_protocol": "local_candidate_protocol",
"local_candidate_related_address": "local_candidate_related_address",
"local_candidate_related_port": 0,
"local_candidate_type": "local_candidate_type",
"local_candidate_url": "local_candidate_url",
"nominated": true,
"packets_discarded_on_send": 0,
"packets_received": 0,
"packets_sent": 0,
"remote_candidate_address": "remote_candidate_address",
"remote_candidate_id": "remote_candidate_id",
"remote_candidate_port": 0,
"remote_candidate_protocol": "remote_candidate_protocol",
"remote_candidate_type": "remote_candidate_type",
"remote_candidate_url": "remote_candidate_url",
"total_round_trip_time": 0
}
]
},
"device_info": {
"cpus": 0,
"is_mobile": true,
"os": "os",
"os_version": "os_version"
},
"events": [
{
"metadata": {
"foo": "bar"
},
"name": "name",
"timestamp": "timestamp"
}
],
"ip_information": {
"asn": {
"asn": "asn",
"domain": "domain",
"name": "name",
"route": "route",
"type": "type"
},
"city": "city",
"country": "country",
"ipv4": "ipv4",
"org": "org",
"region": "region",
"timezone": "timezone"
},
"native_metadata": {
"audio_encoder": "audio_encoder",
"video_encoder": "video_encoder"
},
"pc_metadata": [
{
"effective_network_type": "effective_network_type",
"reflexive_connectivity": true,
"relay_connectivity": true,
"sdp": [
"string"
],
"timestamp": "timestamp",
"turn_connectivity": true
}
],
"room_view_type": "room_view_type",
"sdk_name": "sdk_name",
"sdk_type": "sdk_type",
"sdk_version": "sdk_version",
"selected_device_updates": [
{
"device": {
"device_id": "device_id",
"kind": "kind",
"label": "label"
},
"timestamp": "timestamp"
}
],
"speaker_devices_updates": [
{
"added": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"removed": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"timestamp": "timestamp"
}
],
"video_devices_updates": [
{
"added": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"removed": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"timestamp": "timestamp"
}
]
},
"quality": {
"audio_consumer": [
{
"bytes_received": 0,
"concealment_events": 0,
"consumer_id": "consumer_id",
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"audio_consumer_cumulative": {
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"audio_producer": [
{
"bytes_sent": 0,
"jitter": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"producer_id": "producer_id",
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"audio_producer_cumulative": {
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
},
"screenshare_audio_consumer": [
{
"bytes_received": 0,
"concealment_events": 0,
"consumer_id": "consumer_id",
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_audio_consumer_cumulative": {
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"screenshare_audio_producer": [
{
"bytes_sent": 0,
"jitter": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"producer_id": "producer_id",
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_audio_producer_cumulative": {
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
},
"screenshare_video_consumer": [
{
"bytes_received": 0,
"consumer_id": "consumer_id",
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_decoded": 0,
"frames_dropped": 0,
"frames_per_second": 0,
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"key_frames_decoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_video_consumer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"issues": {
"lag_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0
},
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"key_frames_decoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"screenshare_video_producer": [
{
"bytes_sent": 0,
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_encoded": 0,
"frames_per_second": 0,
"jitter": 0,
"key_frames_encoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"pli_count": 0,
"producer_id": "producer_id",
"quality_limitation_durations": {
"bandwidth": 0,
"cpu": 0,
"none": 0,
"other": 0
},
"quality_limitation_reason": "cpu",
"quality_limitation_resolution_changes": 0,
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_video_producer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"high_negative_feedback_fraction": 0,
"issues": {
"bandwidth_quality_limitation_fraction": 0,
"cpu_quality_limitation_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0,
"quality_limitation_fraction": 0
},
"key_frames_encoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
},
"video_consumer": [
{
"bytes_received": 0,
"consumer_id": "consumer_id",
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_decoded": 0,
"frames_dropped": 0,
"frames_per_second": 0,
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"key_frames_decoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"video_consumer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"issues": {
"lag_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0
},
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"key_frames_decoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"video_producer": [
{
"bytes_sent": 0,
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_encoded": 0,
"frames_per_second": 0,
"jitter": 0,
"key_frames_encoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"pli_count": 0,
"producer_id": "producer_id",
"quality_limitation_durations": {
"bandwidth": 0,
"cpu": 0,
"none": 0,
"other": 0
},
"quality_limitation_reason": "cpu",
"quality_limitation_resolution_changes": 0,
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"video_producer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"high_negative_feedback_fraction": 0,
"issues": {
"bandwidth_quality_limitation_fraction": 0,
"cpu_quality_limitation_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0,
"quality_limitation_fraction": 0
},
"key_frames_encoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
}
}
},
"role": "role",
"session_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"updated_at": "updated_at",
"user_id": "user_id"
}
},
"success": true
}Returns Examples
{
"data": {
"participant": {
"id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"created_at": "created_at",
"custom_participant_id": "custom_participant_id",
"display_name": "display_name",
"duration": 0,
"joined_at": "joined_at",
"left_at": "left_at",
"peer_events": [
{
"id": "id",
"created_at": "created_at",
"event_name": "PEER_CREATED",
"minutes_consumed": 0,
"participant_id": "participant_id",
"peer_id": "peer_id",
"preset_view_type": "GROUP_CALL",
"session_id": "session_id",
"socket_session_id": "socket_session_id",
"updated_at": "updated_at"
}
],
"peer_report": {
"metadata": {
"audio_devices_updates": [
{
"added": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"removed": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"timestamp": "timestamp"
}
],
"browser_metadata": {
"browser": "browser",
"browser_version": "browser_version",
"engine": "engine",
"user_agent": "user_agent",
"webgl_support": true
},
"candidate_pairs": {
"consuming_transport": [
{
"available_incoming_bitrate": 0,
"available_outgoing_bitrate": 0,
"bytes_discarded_on_send": 0,
"bytes_received": 0,
"bytes_sent": 0,
"current_round_trip_time": 0,
"last_packet_received_timestamp": 0,
"last_packet_sent_timestamp": 0,
"local_candidate_address": "local_candidate_address",
"local_candidate_id": "local_candidate_id",
"local_candidate_network_type": "local_candidate_network_type",
"local_candidate_port": 0,
"local_candidate_protocol": "local_candidate_protocol",
"local_candidate_related_address": "local_candidate_related_address",
"local_candidate_related_port": 0,
"local_candidate_type": "local_candidate_type",
"local_candidate_url": "local_candidate_url",
"nominated": true,
"packets_discarded_on_send": 0,
"packets_received": 0,
"packets_sent": 0,
"remote_candidate_address": "remote_candidate_address",
"remote_candidate_id": "remote_candidate_id",
"remote_candidate_port": 0,
"remote_candidate_protocol": "remote_candidate_protocol",
"remote_candidate_type": "remote_candidate_type",
"remote_candidate_url": "remote_candidate_url",
"total_round_trip_time": 0
}
],
"producing_transport": [
{
"available_incoming_bitrate": 0,
"available_outgoing_bitrate": 0,
"bytes_discarded_on_send": 0,
"bytes_received": 0,
"bytes_sent": 0,
"current_round_trip_time": 0,
"last_packet_received_timestamp": 0,
"last_packet_sent_timestamp": 0,
"local_candidate_address": "local_candidate_address",
"local_candidate_id": "local_candidate_id",
"local_candidate_network_type": "local_candidate_network_type",
"local_candidate_port": 0,
"local_candidate_protocol": "local_candidate_protocol",
"local_candidate_related_address": "local_candidate_related_address",
"local_candidate_related_port": 0,
"local_candidate_type": "local_candidate_type",
"local_candidate_url": "local_candidate_url",
"nominated": true,
"packets_discarded_on_send": 0,
"packets_received": 0,
"packets_sent": 0,
"remote_candidate_address": "remote_candidate_address",
"remote_candidate_id": "remote_candidate_id",
"remote_candidate_port": 0,
"remote_candidate_protocol": "remote_candidate_protocol",
"remote_candidate_type": "remote_candidate_type",
"remote_candidate_url": "remote_candidate_url",
"total_round_trip_time": 0
}
]
},
"device_info": {
"cpus": 0,
"is_mobile": true,
"os": "os",
"os_version": "os_version"
},
"events": [
{
"metadata": {
"foo": "bar"
},
"name": "name",
"timestamp": "timestamp"
}
],
"ip_information": {
"asn": {
"asn": "asn",
"domain": "domain",
"name": "name",
"route": "route",
"type": "type"
},
"city": "city",
"country": "country",
"ipv4": "ipv4",
"org": "org",
"region": "region",
"timezone": "timezone"
},
"native_metadata": {
"audio_encoder": "audio_encoder",
"video_encoder": "video_encoder"
},
"pc_metadata": [
{
"effective_network_type": "effective_network_type",
"reflexive_connectivity": true,
"relay_connectivity": true,
"sdp": [
"string"
],
"timestamp": "timestamp",
"turn_connectivity": true
}
],
"room_view_type": "room_view_type",
"sdk_name": "sdk_name",
"sdk_type": "sdk_type",
"sdk_version": "sdk_version",
"selected_device_updates": [
{
"device": {
"device_id": "device_id",
"kind": "kind",
"label": "label"
},
"timestamp": "timestamp"
}
],
"speaker_devices_updates": [
{
"added": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"removed": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"timestamp": "timestamp"
}
],
"video_devices_updates": [
{
"added": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"removed": [
{
"device_id": "device_id",
"kind": "kind",
"label": "label"
}
],
"timestamp": "timestamp"
}
]
},
"quality": {
"audio_consumer": [
{
"bytes_received": 0,
"concealment_events": 0,
"consumer_id": "consumer_id",
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"audio_consumer_cumulative": {
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"audio_producer": [
{
"bytes_sent": 0,
"jitter": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"producer_id": "producer_id",
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"audio_producer_cumulative": {
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
},
"screenshare_audio_consumer": [
{
"bytes_received": 0,
"concealment_events": 0,
"consumer_id": "consumer_id",
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_audio_consumer_cumulative": {
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"screenshare_audio_producer": [
{
"bytes_sent": 0,
"jitter": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"producer_id": "producer_id",
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_audio_producer_cumulative": {
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
},
"screenshare_video_consumer": [
{
"bytes_received": 0,
"consumer_id": "consumer_id",
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_decoded": 0,
"frames_dropped": 0,
"frames_per_second": 0,
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"key_frames_decoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_video_consumer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"issues": {
"lag_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0
},
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"key_frames_decoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"screenshare_video_producer": [
{
"bytes_sent": 0,
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_encoded": 0,
"frames_per_second": 0,
"jitter": 0,
"key_frames_encoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"pli_count": 0,
"producer_id": "producer_id",
"quality_limitation_durations": {
"bandwidth": 0,
"cpu": 0,
"none": 0,
"other": 0
},
"quality_limitation_reason": "cpu",
"quality_limitation_resolution_changes": 0,
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"screenshare_video_producer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"high_negative_feedback_fraction": 0,
"issues": {
"bandwidth_quality_limitation_fraction": 0,
"cpu_quality_limitation_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0,
"quality_limitation_fraction": 0
},
"key_frames_encoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
},
"video_consumer": [
{
"bytes_received": 0,
"consumer_id": "consumer_id",
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_decoded": 0,
"frames_dropped": 0,
"frames_per_second": 0,
"jitter": 0,
"jitter_buffer_delay": 0,
"jitter_buffer_emitted_count": 0,
"key_frames_decoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_received": 0,
"peer_id": "peer_id",
"producer_id": "producer_id",
"ssrc": 0,
"timestamp": "timestamp"
}
],
"video_consumer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"issues": {
"lag_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0
},
"jitter_buffer_delay": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
},
"key_frames_decoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
}
},
"video_producer": [
{
"bytes_sent": 0,
"fir_count": 0,
"frame_height": 0,
"frame_width": 0,
"frames_encoded": 0,
"frames_per_second": 0,
"jitter": 0,
"key_frames_encoded": 0,
"mid": "mid",
"mos_quality": 0,
"packets_lost": 0,
"packets_sent": 0,
"pli_count": 0,
"producer_id": "producer_id",
"quality_limitation_durations": {
"bandwidth": 0,
"cpu": 0,
"none": 0,
"other": 0
},
"quality_limitation_reason": "cpu",
"quality_limitation_resolution_changes": 0,
"rtt": 0,
"ssrc": 0,
"timestamp": "timestamp"
}
],
"video_producer_cumulative": {
"frame_per_second": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"frame_width": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"high_negative_feedback_fraction": 0,
"issues": {
"bandwidth_quality_limitation_fraction": 0,
"cpu_quality_limitation_fraction": 0,
"no_video_fraction": 0,
"poor_resolution_fraction": 0,
"quality_limitation_fraction": 0
},
"key_frames_encoded_fraction": 0,
"packet_loss": {
"10_or_greater_event_fraction": 0,
"25_or_greater_event_fraction": 0,
"5_or_greater_event_fraction": 0,
"50_or_greater_event_fraction": 0,
"avg": 0
},
"quality_mos": {
"avg": 0,
"p50": 0,
"p75": 0,
"p90": 0
},
"rtt": {
"100ms_or_greater_event_fraction": 0,
"250ms_or_greater_event_fraction": 0,
"500ms_or_greater_event_fraction": 0,
"avg": 0
}
}
}
},
"role": "role",
"session_id": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"updated_at": "updated_at",
"user_id": "user_id"
}
},
"success": true
}