An API that connects multiple Microsoft services, enabling data access and automation across platforms
Error code 9999 in the context of Microsoft Graph Communications API typically indicates an unknown internal server error. Unfortunately, the specific details regarding this error in relation to AppHostedMediaConfig are not explicitly documented in the available resources. However, here are some general considerations that may help you troubleshoot the issue:
- Error Code 9999: This error is often indicative of an internal issue that may not be directly related to your implementation. It could be a temporary issue with the Microsoft service or an unhandled exception in the backend.
- Validation Requirements: While there are no specific additional validation requirements mentioned in the context, ensure that all configurations, especially related to media endpoints and SDP offers, are correctly set up. Double-check the SDP offer format and ensure that the media server is configured properly.
- DTLS Handshake: Microsoft Graph does validate the DTLS handshake as part of the media negotiation process. Ensure that your media server is correctly handling DTLS and that the certificates are valid and properly configured.
- Known Issues: There may be known issues with application-hosted media for bots, but specific details would typically be found in the Microsoft documentation or support forums. It may be beneficial to check for any updates or known issues related to the SDK you are using.
For further assistance, consider reaching out to Microsoft Support if the issue persists, especially since you are receiving an internal server error which may require their insight to resolve.