다음을 통해 공유


ACSStartCallOptions 클래스

선언

@interface ACSStartCallOptions : ACSCallOptions;

Description

통화를 시작할 때 전달할 옵션

메서드

init

기본 구성을 사용하여 새 instance 만듭니다.

-(instancetype)init;

속성

videoOptions

통화를 할 때 비디오 옵션

@property (retain, nullable) ACSVideoOptions * videoOptions DEPRECATED_MSG_ATTRIBUTE("Use incomingVideoOptions and outgoingVideoOptions instead");

audioOptions

통화를 시작할 때 오디오 옵션

@property (retain, nullable) ACSAudioOptions * audioOptions DEPRECATED_MSG_ATTRIBUTE("Use incomingAudioOptions and outgoingAudioOptions instead");

alternateCallerId

수신 끝에 표시할 대체 callerId 전화 번호

@property(nonatomic, nonnull) PhoneNumberIdentifier* alternateCallerId;