Skip to content

Commit

Permalink
Update Sample in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meetjanani-simformsolutions committed Mar 18, 2021
1 parent d9c19ee commit c7da129
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Since there is no office support for flutter from voyage, this demo uses platfor

<br/>
<br/>
<img src="sample.png" height="500px"/>
<img src="samplegif.gif" height="500px"/>
<br/>

## Pre-requisites
Expand Down
6 changes: 3 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class _MyHomePageState extends State<MyHomePage> {

void startVideoCall() {
FlutterVonageVideoCall.init(
session: '2_MX40Njg5NDQ2NH5-MTYxNDc3MjExODE5NH43WTl6Y3hxR1hPQ2VHaXJORXpiK1NhRkR-fg',
token: 'T1==cGFydG5lcl9pZD00Njg5NDQ2NCZzaWc9Yjk0ZmMzYjJjZWRiMWIyMzE2OGFkMTAxMmM2MjRhYmRjMDBhNTg2ZTpzZXNzaW9uX2lkPTJfTVg0ME5qZzVORFEyTkg1LU1UWXhORGMzTWpFeE9ERTVOSDQzV1RsNlkzaHhSMWhQUTJWSGFYSk9SWHBpSzFOaFJrUi1mZyZjcmVhdGVfdGltZT0xNjE0NzcyMTM4Jm5vbmNlPTAuMDE1OTYyMDczOTMwNTAyNDImcm9sZT1wdWJsaXNoZXImZXhwaXJlX3RpbWU9MTYxNzM2MDQzOSZpbml0aWFsX2xheW91dF9jbGFzc19saXN0PQ==',
apiKey: '46894464');
session: 'YOUR_SESSION_ID',
token: 'YOUR_TOKEN',
apiKey: 'YOUR_API_KEY');
}
}
Binary file removed sample.png
Binary file not shown.
Binary file added samplegif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c7da129

Please sign in to comment.