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, unsafe_unretained) BOOL hasAudioDeclared In
SKYLINKConnection.h
  isAudioStereo
	is audio stereo.
@property (nonatomic, unsafe_unretained) BOOL isAudioStereoDiscussion
if ‘hasAudio’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
  isAudioMuted
	is audio muted.
@property (nonatomic, unsafe_unretained) BOOL isAudioMutedDiscussion
if ‘hasAudio’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
  hasVideo
	whether the peer has video
@property (nonatomic, unsafe_unretained) BOOL hasVideoDeclared In
SKYLINKConnection.h
  isVideoMuted
	is video muted.
@property (nonatomic, unsafe_unretained) BOOL isVideoMutedDiscussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
  videoWidth
	width of the video frame.
@property (nonatomic, unsafe_unretained) NSInteger videoWidthDiscussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
  videoHeight
	height of the video frame.
@property (nonatomic, unsafe_unretained) NSInteger videoHeightDiscussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
  videoFrameRate
	frame rate of the video.
@property (nonatomic, unsafe_unretained) NSInteger videoFrameRateDiscussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h