Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NEWS - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
blob: c3765299dc560c4384b5339edfa4ca664ad0084e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This tracks important changes in MumbleKits API.

Feb 9 2013
==========

 - Removed the acidentally public MKConnectionController.
 - Added the concept of a main connection for audio purposes.
 - Any constructed MKConnection will implicitly register itself as
   the main connection for audio. This means that only a single
   connection may be constructed in a given application. This is
   done to ease the migration for users of MumbleKit that aren't
   Mumble for iOS.
 - In time, setting the main connection for audio purposes will be
   an explicit action. It is already exposed in the API (via MKAudio),
   but should not be touched until the implicit registration in MKConnection
   is removed.