openvidu-android: Removed unnecesary code lines in LocalParticipant
This commit is contained in:
parent
5c00161454
commit
f91a69706d
@ -33,9 +33,7 @@ public class LocalParticipant extends Participant {
|
||||
public LocalParticipant(String participantName, Session session, Context context, SurfaceViewRenderer localVideoView) {
|
||||
super(participantName, session);
|
||||
this.localVideoView = localVideoView;
|
||||
this.localVideoView = localVideoView;
|
||||
this.context = context;
|
||||
this.participantName = participantName;
|
||||
this.localIceCandidates = new ArrayList<>();
|
||||
session.setLocalParticipant(this);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user