Rate this page:

VICodecMismatch

Represents a quality issue reporting that the local video is encoded by a codec different from specified one in VICallSettings.preferredVideoCodec.

Issue level is Critical if video is not sent, Major in case of codec mismatch or None if the issue is not detected.

Possible reasons:

  • The video is not sent for some reasons. In this case codec will be null
  • Different codecs are specified in the call endpoints

A subclass of VIQualityIssue

Props

codec

Copy URL

String?

codec

Codec that is currently used or null if the video is not sent

Returns

  • type:

    String?