|  | @@ -131,7 +131,8 @@ public class LiveRoomShareDialog extends Dialog {
 | 
											
												
													
														|  |          if (!isNeedCreateQRCode) {
 |  |          if (!isNeedCreateQRCode) {
 | 
											
												
													
														|  |              return;
 |  |              return;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        String url = String.format(WebConstants.SHARE_LIVE_URL, roomId);
 |  | 
 | 
											
												
													
														|  | 
 |  | +        String userId = UserHelper.getUserId();
 | 
											
												
													
														|  | 
 |  | +        String url = String.format(WebConstants.SHARE_LIVE_URL, roomId,userId);
 | 
											
												
													
														|  |          Observable.create(new ObservableOnSubscribe<Bitmap>() {
 |  |          Observable.create(new ObservableOnSubscribe<Bitmap>() {
 | 
											
												
													
														|  |              @Override
 |  |              @Override
 | 
											
												
													
														|  |              public void subscribe(@io.reactivex.rxjava3.annotations.NonNull ObservableEmitter<Bitmap> emitter) throws Throwable {
 |  |              public void subscribe(@io.reactivex.rxjava3.annotations.NonNull ObservableEmitter<Bitmap> emitter) throws Throwable {
 |