OnFirstRemoteVideoFrame typedef

OnFirstRemoteVideoFrame = void Function(int uid, int width, int height, int elapsed)

Implementation

typedef OnFirstRemoteVideoFrame = void Function(
    int uid, int width, int height, int elapsed);