prettyprint conference joins and parts properly
This commit is contained in:
parent
05a3dab528
commit
0d841551a0
2 changed files with 40 additions and 3 deletions
|
@ -327,6 +327,10 @@ var callHandler = {
|
|||
|
||||
setConferenceHandler: function(confHandler) {
|
||||
ConferenceHandler = confHandler;
|
||||
},
|
||||
|
||||
getConferenceHandler: function() {
|
||||
return ConferenceHandler;
|
||||
}
|
||||
};
|
||||
// Only things in here which actually need to be global are the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue