鸿蒙 CallLib-v25.11.0
    Preparing search index...

    Interface IStartCallCompletion

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

    Properties

    isSuccess: boolean
    callSession: RCCallSession