Commit f54df245f71b39a5e2d47abda3bb06d648adb6aa
Merge branch 'master' of bj.gitlab.cnlive.com:cnlive-team/CNStreamDemo
Conflicts: app/libs/libcnlivestream.jar app/libs/libcnliveutil.jar
Showing
3 changed files
with
2 additions
and
2 deletions
.idea/misc.xml
| ... | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 | <ConfirmationsSetting value="0" id="Add" /> |
| 38 | 38 | <ConfirmationsSetting value="0" id="Remove" /> |
| 39 | 39 | </component> |
| 40 | - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
| 40 | + <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
| 41 | 41 | <output url="file://$PROJECT_DIR$/build/classes" /> |
| 42 | 42 | </component> |
| 43 | 43 | <component name="ProjectType"> | ... | ... |
app/src/main/java/com/cnlive/demo/stream/MainActivity.java
| ... | ... | @@ -58,7 +58,7 @@ public class MainActivity extends AppCompatActivity implements View.OnClickListe |
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | if (!TextUtils.isEmpty(channelId.getText().toString())) { |
| 61 | - channelID = activityId.getText().toString(); | |
| 61 | + channelID = channelId.getText().toString(); | |
| 62 | 62 | } |
| 63 | 63 | landscape = mLandscapeButton.isChecked(); |
| 64 | 64 | StreamActivity.startActivity(getApplicationContext(), 0, activityID, channelID, landscape); | ... | ... |
doc/推流Android SDK 说明文档.pdf
0 → 100644
No preview for this file type