SKYLINKPeerMediaProperties Class Reference

Inherits from NSObject
Declared in SKYLINKConnection.h

Overview

This class is used in the delegate method called when a peer joins the room to carry informations about the joining peer media properties.

  hasAudio

whether the peer has audio.

@property (nonatomic, assign) BOOL hasAudio

Declared In

SKYLINKConnection.h

  isAudioStereo

is audio stereo.

@property (nonatomic, assign) BOOL isAudioStereo

Discussion

if ‘hasAudio’ returns false then this property is insignificant.

Declared In

SKYLINKConnection.h

  isAudioMuted

is audio muted.

@property (nonatomic, assign) BOOL isAudioMuted

Discussion

if ‘hasAudio’ returns false then this property is insignificant.

Declared In

SKYLINKConnection.h

  hasVideo

whether the peer has video

@property (nonatomic, assign) BOOL hasVideo

Declared In

SKYLINKConnection.h

  isVideoMuted

is video muted.

@property (nonatomic, assign) BOOL isVideoMuted

Discussion

if ‘hasVideo’ returns false then this property is insignificant.

Declared In

SKYLINKConnection.h

  videoWidth

width of the video frame.

@property (nonatomic, assign) NSInteger videoWidth

Discussion

if ‘hasVideo’ returns false then this property is insignificant.

Declared In

SKYLINKConnection.h

  videoHeight

height of the video frame.

@property (nonatomic, assign) NSInteger videoHeight

Discussion

if ‘hasVideo’ returns false then this property is insignificant.

Declared In

SKYLINKConnection.h

  videoFrameRate

frame rate of the video.

@property (nonatomic, assign) NSInteger videoFrameRate

Discussion

if ‘hasVideo’ returns false then this property is insignificant.

Declared In

SKYLINKConnection.h