@@ -2769,6 +2769,12 @@ SWIFT_CLASS("_TtC9PlanetKit37PlanetKitJoinConferenceSettingBuilder")
2769
2769
/// This interval value affects <code>PlanetKitConference.setPeerAudioDescriptionReceiver(_:)</code> and <code>PlanetKitConference.setMyAudioDescriptionReceiver(_:)</code>.
2770
2770
- (PlanetKitJoinConferenceSettingBuilder * _Nonnull)withAudioDescriptionUpdateIntervalKeyWithInterval:(NSTimeInterval)interval SWIFT_WARN_UNUSED_RESULT;
2771
2771
- (PlanetKitJoinConferenceSettingBuilder * _Nullable)withSetEndToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
2772
+ /// Sets whether the end tone should be played regardless of the conference state.
2773
+ /// remark:
2774
+ ///
2775
+ /// When set to <code>true</code>, this function allows the end tone to be played regardless of the conference state.
2776
+ /// The default value is <code>false</code>.
2777
+ - (PlanetKitJoinConferenceSettingBuilder * _Nullable)withPlayEndToneRegardlessOfConferenceStateKeyWithEnable:(BOOL)enable error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
2772
2778
- (NSDictionary<NSString *, id> * _Nonnull)build SWIFT_WARN_UNUSED_RESULT;
2773
2779
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
2774
2780
@end
@@ -2900,6 +2906,12 @@ SWIFT_CLASS("_TtC9PlanetKit31PlanetKitMakeCallSettingBuilder")
2900
2906
- (PlanetKitMakeCallSettingBuilder * _Nonnull)withAllowCallWithoutMicKeyWithAllow:(BOOL)allow SWIFT_WARN_UNUSED_RESULT;
2901
2907
- (PlanetKitMakeCallSettingBuilder * _Nullable)withSetRingbackToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
2902
2908
- (PlanetKitMakeCallSettingBuilder * _Nullable)withSetEndToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
2909
+ /// Sets whether the end tone should be played regardless of the call state.
2910
+ /// remark:
2911
+ ///
2912
+ /// When set to <code>true</code>, this function allows the end tone to be played regardless of the call state.
2913
+ /// The default value is <code>false</code>.
2914
+ - (PlanetKitMakeCallSettingBuilder * _Nullable)withPlayEndToneRegardlessOfCallStateKeyWithEnable:(BOOL)enable error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
2903
2915
- (PlanetKitMakeCallSettingBuilder * _Nullable)withSetHoldToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
2904
2916
/// Sets preferred maximum video encoding settings.
2905
2917
/// remark:
@@ -3890,6 +3902,12 @@ SWIFT_CLASS("_TtC9PlanetKit33PlanetKitVerifyCallSettingBuilder")
3890
3902
- (PlanetKitVerifyCallSettingBuilder * _Nonnull)withAllowCallWithoutMicKeyWithAllow:(BOOL)allow SWIFT_WARN_UNUSED_RESULT;
3891
3903
- (PlanetKitVerifyCallSettingBuilder * _Nullable)withSetRingToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
3892
3904
- (PlanetKitVerifyCallSettingBuilder * _Nullable)withSetEndToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
3905
+ /// Sets whether the end tone should be played regardless of the call state.
3906
+ /// remark:
3907
+ ///
3908
+ /// When set to <code>true</code>, this function allows the end tone to be played regardless of the call state.
3909
+ /// The default value is <code>false</code>.
3910
+ - (PlanetKitVerifyCallSettingBuilder * _Nullable)withPlayEndToneRegardlessOfCallStateKeyWithEnable:(BOOL)enable error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
3893
3911
- (PlanetKitVerifyCallSettingBuilder * _Nullable)withSetHoldToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
3894
3912
/// Sets preferred maximum video encoding settings.
3895
3913
/// remark:
@@ -6970,6 +6988,12 @@ SWIFT_CLASS("_TtC9PlanetKit37PlanetKitJoinConferenceSettingBuilder")
6970
6988
/// This interval value affects <code>PlanetKitConference.setPeerAudioDescriptionReceiver(_:)</code> and <code>PlanetKitConference.setMyAudioDescriptionReceiver(_:)</code>.
6971
6989
- (PlanetKitJoinConferenceSettingBuilder * _Nonnull)withAudioDescriptionUpdateIntervalKeyWithInterval:(NSTimeInterval)interval SWIFT_WARN_UNUSED_RESULT;
6972
6990
- (PlanetKitJoinConferenceSettingBuilder * _Nullable)withSetEndToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
6991
+ /// Sets whether the end tone should be played regardless of the conference state.
6992
+ /// remark:
6993
+ ///
6994
+ /// When set to <code>true</code>, this function allows the end tone to be played regardless of the conference state.
6995
+ /// The default value is <code>false</code>.
6996
+ - (PlanetKitJoinConferenceSettingBuilder * _Nullable)withPlayEndToneRegardlessOfConferenceStateKeyWithEnable:(BOOL)enable error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
6973
6997
- (NSDictionary<NSString *, id> * _Nonnull)build SWIFT_WARN_UNUSED_RESULT;
6974
6998
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
6975
6999
@end
@@ -7101,6 +7125,12 @@ SWIFT_CLASS("_TtC9PlanetKit31PlanetKitMakeCallSettingBuilder")
7101
7125
- (PlanetKitMakeCallSettingBuilder * _Nonnull)withAllowCallWithoutMicKeyWithAllow:(BOOL)allow SWIFT_WARN_UNUSED_RESULT;
7102
7126
- (PlanetKitMakeCallSettingBuilder * _Nullable)withSetRingbackToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
7103
7127
- (PlanetKitMakeCallSettingBuilder * _Nullable)withSetEndToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
7128
+ /// Sets whether the end tone should be played regardless of the call state.
7129
+ /// remark:
7130
+ ///
7131
+ /// When set to <code>true</code>, this function allows the end tone to be played regardless of the call state.
7132
+ /// The default value is <code>false</code>.
7133
+ - (PlanetKitMakeCallSettingBuilder * _Nullable)withPlayEndToneRegardlessOfCallStateKeyWithEnable:(BOOL)enable error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
7104
7134
- (PlanetKitMakeCallSettingBuilder * _Nullable)withSetHoldToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
7105
7135
/// Sets preferred maximum video encoding settings.
7106
7136
/// remark:
@@ -8091,6 +8121,12 @@ SWIFT_CLASS("_TtC9PlanetKit33PlanetKitVerifyCallSettingBuilder")
8091
8121
- (PlanetKitVerifyCallSettingBuilder * _Nonnull)withAllowCallWithoutMicKeyWithAllow:(BOOL)allow SWIFT_WARN_UNUSED_RESULT;
8092
8122
- (PlanetKitVerifyCallSettingBuilder * _Nullable)withSetRingToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
8093
8123
- (PlanetKitVerifyCallSettingBuilder * _Nullable)withSetEndToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
8124
+ /// Sets whether the end tone should be played regardless of the call state.
8125
+ /// remark:
8126
+ ///
8127
+ /// When set to <code>true</code>, this function allows the end tone to be played regardless of the call state.
8128
+ /// The default value is <code>false</code>.
8129
+ - (PlanetKitVerifyCallSettingBuilder * _Nullable)withPlayEndToneRegardlessOfCallStateKeyWithEnable:(BOOL)enable error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
8094
8130
- (PlanetKitVerifyCallSettingBuilder * _Nullable)withSetHoldToneKeyWithFileResourceUrl:(NSURL * _Nonnull)fileResourceUrl error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
8095
8131
/// Sets preferred maximum video encoding settings.
8096
8132
/// remark:
0 commit comments