' + config.username + ' is sharing their audio and video. Do you wish to receive it?
');
+ this.$container.append(this.$receiveContainer);
+ this.$container.find('.btn-yes').on('click', function (event) {
+ Handlers.yesReceiveClick.call(self, event);
+ });
+ this.$container.find('.btn-no').on('click', function (event) {
+ Handlers.noReceiveClick.call(self, event);
+ });
+ }
+
this.avatar = config.avatar;
this.$avatar = $('