Skip to content

v0.6.12

Compare
Choose a tag to compare
@manuroe manuroe released this 01 Aug 16:41
· 7651 commits to develop since this release

Improvements:

  • MXCallManager: Better handle call invites when the app resumes.
  • MXCall: Improve the sending of local ICE candidates to avoid HTTP 429(Too Many Requests) response
  • MXCall: Added the audioToSpeaker property to choose between the main and the ear speaker.
  • MXRoomState: Added the joinedMembers property.
  • MXLogger: Added the isMainThread information in crash logs.

Bug fixes:

  • MXJingleCallStackCall: Added sanity check on creation of RTCICEServer objects as crashes have been reported.