reject
Reject a call. Call this method to reject the call when receiving an incoming call invitation.
Usage Example
import io.trtc.tuikit.atomicxcore.api.call.*
CallStore.shared.reject { code, message ->
}Content copied to clipboard
Parameters
completion
Completion callback (success/failure status)