Add event handler for m.call.answer

This commit is contained in:
2016-03-09 10:31:26 +01:00
committed by Gergely Polonkai
parent 399105d961
commit b6b5bbf567
6 changed files with 147 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ public class Matrix.Event.CallCandidates : Matrix.Event.Room {
default = null;
}
/**
* The version of the VoIP specification this messages adheres to.
*/
public int? version { get; set; default = null; }
private List<Candidate?>? _candidates;