public static interface

SkylinkCallback.ReceivedVideoResolution

implements SkylinkCallback
sg.com.temasys.skylink.sdk.rtc.SkylinkCallback.ReceivedVideoResolution

Class Overview

This will be interface via API getReceivedVideoResolution(String, ReceivedVideoResolution), which will provide the result for getting received video resolution of a specific media id

Summary

Public Methods
abstract void onObtainReceivedVideoResolution(int width, int height, int fps)
[Expand]
Inherited Methods
From interface sg.com.temasys.skylink.sdk.rtc.SkylinkCallback

Public Methods

public abstract void onObtainReceivedVideoResolution (int width, int height, int fps)

Parameters
width Video width in pixels of remote Peer's video received by us.
height Video height in pixels of remote Peer's video received by us.
fps Video frame per second of remote Peer's video received by us.