git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>getUserMedia Example</title> | |
| <meta name="description" content="WebRTC Simple example" /> | |
| <meta name="author" content="Ido Green | greenido.wordpress.com"> | |
| <meta name="keywords" content="WebRTC, HTML5, JavaScript, Hack, Ido Green" /> | |
| <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"> |
| package herma.common; | |
| import org.codehaus.jackson.map.ObjectMapper; | |
| import org.springframework.http.HttpEntity; | |
| import org.springframework.http.HttpHeaders; | |
| import org.springframework.http.MediaType; | |
| import org.springframework.web.client.RestTemplate; | |
| import java.io.IOException; | |
| import java.nio.charset.Charset; |
| The MIT License (MIT) | |
| Copyright (c) 2016 Stuart Powers | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="user-scalable=no,initial-scale=1.0,maximum-scale=1.0" /> | |
| <style> | |
| body { padding:10px; margin:0px; background-color: #ccc; } | |
| #main { margin: 10px auto 0px auto; } | |
| </style> |