鸿蒙 CallLib-v26.7.0
    Preparing search index...

    Interface IStartCallCompletion

    interface IStartCallCompletion {
        isSuccess: boolean;
        code: RCCallErrorCode;
        callSession: RCCallSession;
    }
    Index
    isSuccess: boolean
    callSession: RCCallSession