Package 

Class CallCompositeUserReportedIssueEvent


  • 
    public final class CallCompositeUserReportedIssueEvent
    
                        

    Represents a user-reported issue event in a call. - Dispatched when the user submits the support form. - Subscribing to this event enables the support form.

    • Constructor Detail

      • CallCompositeUserReportedIssueEvent

        CallCompositeUserReportedIssueEvent(String userMessage, CallCompositeDebugInfo debugInfo)
        Constructs a new instance of CallCompositeUserReportedIssueEvent.
        Parameters:
        userMessage - A descriptive message provided by the user about the issue.
        debugInfo - Diagnostic information including call identifiers, aiding in issue resolution.