Updated on 2023-03-23 GMT+08:00

Notification of Closing the Contact Selection Window

Notification Description

A notification is sent for a participant to close the contact selection window.

Method Definition

1
- (void)closeContactSelectWindow;

Sample Code

/// Close the window for selecting contacts.
- (void)closeContactSelectWindow {
    if (self.selectContactVC) {
        [self.selectContactVC.view.window close];
    }
}

Precautions

  1. Set the contactUIHandler proxy during SDK initialization or set the proxy on the target page.