Vonage Video API Linux SDK
Deprecated List
Global otc_subscriber_audio_stats::sender_connection_estimated_bandwidth
Use otc_subscriber_media_link_stats instead, which provides complete network metrics including visibility into the remote publisher's transport performance. The current bandwidth estimation for the sender connection, in bps (bits per second). If no data is available, then -1 is returned. Currently, this feature only supports calls with more than two participants.
Global otc_subscriber_audio_stats::sender_connection_max_allocated_bitrate
Use otc_subscriber_media_link_stats instead, which provides complete network metrics including visibility into the remote publisher's transport performance. The maximum bitrate that can be estimated for the sender connection, in bps (bits per second). If no data is available, then -1 is returned. Currently, this feature only supports calls with more than two participants.
Global otc_subscriber_video_stats::sender_connection_estimated_bandwidth
Use otc_subscriber_media_link_stats instead, which provides complete network metrics including visibility into the remote publisher's transport performance. The current bandwidth estimation for the sender connection. If no data is available, then -1 is returned. Currently, this feature only supports calls with more than two participants.
Global otc_subscriber_video_stats::sender_connection_max_allocated_bitrate
Use otc_subscriber_media_link_stats instead, which provides complete network metrics including visibility into the remote publisher's transport performance. The maximum bitrate that can be estimated for the sender connection. If no data is available, then -1 is returned. Currently, this feature only supports calls with more than two participants.
Global otc_video_frame_get_metadata (const otc_video_frame *frame, size_t *size)
This function is deprecated and will be removed in a future version of the library.
Global otc_video_frame_set_metadata (otc_video_frame *frame, const uint8_t *data, size_t size)
This function is deprecated and will be removed in a future version of the library.