queryCallInvitationList abstract method
      
Future<ZIMCallInvitationListQueriedResult> 
queryCallInvitationList(
    
- ZIMCallInvitationQueryConfig config
Supported versions: 2.9.0 and above.
Detail description: Users can call the call invitation list through the query.
Service scenario: Users can use the query call invitation list for interface display or other functions.
When to call: Run create to create a ZIM instance, which can be invoked after login.
Related callbacks: ZIMCallInvitationListQueriedCallback.
- config
Implementation
Future<ZIMCallInvitationListQueriedResult> queryCallInvitationList(
    ZIMCallInvitationQueryConfig config);