The TB object dispatches a issueReported event when you have successfully called the TB.reportIssue()
method.
The IssueReportedEvent object defines the properties of the event object that is dispatched.
The IssueReportedEvent object has the following properties:
issueId (String) The unique issue ID assigned to the issue report. Use this issue ID when discussing the issue with TokBox.
target (Object) The Session object that dispatched the event.
type (String) The type of event ("issueReported").