|
@@ -131,7 +131,8 @@ public class LiveRoomShareDialog extends Dialog {
|
|
|
if (!isNeedCreateQRCode) {
|
|
|
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>() {
|
|
|
@Override
|
|
|
public void subscribe(@io.reactivex.rxjava3.annotations.NonNull ObservableEmitter<Bitmap> emitter) throws Throwable {
|