vani-meeting-client-native 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -730,7 +730,7 @@ var WebrtcHandler = /** @class */ (function (_super) {
|
|
|
730
730
|
};
|
|
731
731
|
_this.isOfferInitParticipant = function (participant) {
|
|
732
732
|
var selfParticpant = _this.communicationHandler.getSelfParticipant();
|
|
733
|
-
if (participant.userId
|
|
733
|
+
if (participant.userId < selfParticpant.userId) {
|
|
734
734
|
return true;
|
|
735
735
|
}
|
|
736
736
|
return false;
|